Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Which code segments will convert a class object namely sample to type double?Sep 06
Which is not supported by the string class? - Select optionOct 10
Find if the following function prototype contains any error: double area(int ) Dec 02
What is the lapsed listener problem?Oct 02
What's the problem with .NET generics?Dec 22
string is a - Select optionFeb 11
Which of the following statement defines more than one generic data type in a cl...Apr 08
Is it true that all C# types derive from a common base class?Nov 04
which class members does the derived class inherit from base class? select...Sep 27
What are the fundamental differences between value types and reference types?Mar 12
If a class contains the objects of another class as its members, then it is know...Dec 19
Which of the following does a derived class inherit from a base class?Sep 18
Which is true, if a derived class is publicly inherited from base class?Sep 19
Identify the error, if any: double avg=tot/n; in this statementFeb 15
What is the use of addressing modes, mention the different typesFeb 20
What standard types does C# use?Oct 21
What's new in the .NET 2.0 class library?Oct 25
Does C# have its own class library?Feb 09
The declaration of a class includes which optionMar 14
By default, the members of a class areJun 01
Identify all the members of the following class xyz:Jun 16
The default constructor for class A is - select optionSep 30
Which class does define the member function put()?Oct 13
Which function does exchange the contents of two strings?Oct 31
Which of the following would assigns the string “welcome” to the second construc...Nov 20
Which function capitalizes the first letter of a character string and makes the ...Dec 21
Which of the following option will solve the problem? - Select optionDec 15
How do I do a case-insensitive string comparison?Sep 17
What is an accumulation problem in dfs (data file structure)?Sep 02
I'm having some trouble with CAS. How can I troubleshoot the problem?Aug 18
Is the lack of deterministic destruction in .NET a problem?Feb 18
So I can pass an instance of a value type to a method that takes an object as a...Oct 16
What types of object can I throw as exceptions?Dec 14
How can I check the type of an object at runtime?Feb 06
Can I get the name of a type at runtime?Nov 18
List Two types of Priority Queues in dfs (data file structure).Jul 31
List Types of Linked List in dfs (data file structure).Nov 13
Which of the following is not a user-defined data type?Jan 13
What are the different types of charts available in Excel?Jan 20
What types of information are stored in the data dictionary? Dec 21
What are the different types of forms that you can create in Access?Jan 20
What are the different types of write operations used in 8253?Sep 25
Give the different types of command words used in 8259a?Oct 10
Which of the following data type(s) is introduced by ANSI C++?Dec 15
Which casting operator can cast a pointer to any other type of pointer in ANSI...Dec 15
Which statement(s) is similar to the declaration of non type template...Mar 22
Which of the following code would read a line of text from char type variable,...Jan 05
Which of the following are not the advantages of class templates in C++?Apr 24
Which is not an input/output stream class? - Select optionAug 16
Which functions can have access to the private and protected members of a class?Dec 02